> ## Documentation Index
> Fetch the complete documentation index at: https://sequence-0fb8d9e6-api_docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Wallet Context v2

> This code snippet defines the wallet context v2, including the addresses for the factory, main module, upgradable main module, guest module, and sequence utils.

```ts theme={null}
export const sequenceContextV2: WalletContext = {
  factory: '0xFaA5c0b14d1bED5C888Ca655B9a8A5911F78eF4A',
  mainModule: '0xfBf8f1A5E00034762D928f46d438B947f5d4065d',
  mainModuleUpgradable: '0x4222dcA3974E39A8b41c411FeDDE9b09Ae14b911',
  guestModule: '0xfea230Ee243f88BC698dD8f1aE93F8301B6cdfaE',
  sequenceUtils: '0xdbbFa3cB3B087B64F4ef5E3D20Dda2488AA244e6'
}
```
